home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 09 / 2 / DISK0925.ZIP / DESCRIPT < prev    next >
Text File  |  1987-09-18  |  1KB  |  25 lines

  1. LIST OF FILES
  2.  
  3. README          Instructions for printing documentation
  4. LSTSQR.COM      Non-8087 version of program
  5. LSTSQR87.COM    8087 version of the program
  6. LSTSQR.DOC      Documentation for the program
  7. 4X6.FON         Font file required for graphing section of the program
  8. ERROR.MSG       Error message file required for graphing section of the program 
  9.  
  10. DESCRIPTION OF PROGRAM
  11.  
  12.      LSTSQR is a program designed to carry out a least-squares fit of data to 
  13. one or more of several functional forms, including linear, polynomial, 
  14. logarithmic, exponential, and others found in science and engineering.  Among 
  15. its features are 1) an unusually large number and variety of functional forms 
  16. to which it will fit data, 2) the speed which comes from being a compiled 
  17. program in Turbo Pascal, 3) the support of the 8087 math coprocessor in the 
  18. case of LSTSQR87, 4) a wide variety of measures of the quality of the fit 
  19. provided, including 95% confidence intervals, 5) the capability of graphing 
  20. the results of a fit, and 6) a high degree of interactive flexibility, which 
  21. allows multiple fitting attempts for a given set of data with changes in data 
  22. points and fitting functional form between fitting attempts and the fitting of 
  23. an unlimited number of sets of data, all without leaving the program.  
  24.  
  25.